DOCS-2971: Add missing DNSPolicyMode "Inline" value to Calico Cloud FelixConfig#2822
Open
ctauchen wants to merge 1 commit into
Open
DOCS-2971: Add missing DNSPolicyMode "Inline" value to Calico Cloud FelixConfig#2822ctauchen wants to merge 1 commit into
ctauchen wants to merge 1 commit into
Conversation
…elixConfig The Calico Cloud FelixConfiguration reference dropped the `Inline` value from the DNSPolicyMode table when the CE 3.22 content was copied over, and also lost the `(default)` marker on `DelayDeniedPacket`. Inline is supported in Calico Cloud (CC 22.4.0 is based on CE 3.22.4), so restore both to match the CE 3.22 source. Applied to the current and version-22-2 copies. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for calico-docs-preview-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview succeeded!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
Restores missing/incorrect Calico Cloud documentation entries for DNSPolicyMode in the FelixConfig reference, aligning both the current (“next”) and version-22-2 pages with the Calico Enterprise 3.22 source.
Changes:
- Adds the missing
Inlinevalue to theDNSPolicyModetable. - Restores the
(default)marker forDelayDeniedPacket. - Applies the same corrections to both the unversioned and
version-22-2Calico Cloud FelixConfig reference pages.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| calico-cloud/reference/resources/felixconfig.mdx | Restores DNSPolicyMode table completeness/accuracy for current Calico Cloud docs. |
| calico-cloud_versioned_docs/version-22-2/reference/resources/felixconfig.mdx | Applies the same DNSPolicyMode table fixes to the CC version-22-2 docs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
The Calico Cloud FelixConfiguration reference left out the
Inlinevalue from theDNSPolicyModetable.Inlineworks in Calico Cloud. CC 22.4.0 is based on CE 3.22.4. The team dropped the value when they copied the CE 3.22 content over. They also dropped the(default)marker onDelayDeniedPacket.This PR adds both back. Now the Calico Cloud table matches the CE 3.22 source (
calico-enterprise_versioned_docs/version-3.22-2/reference/resources/felixconfig.mdx). The fix applies to the current andversion-22-2copies of the page.Jira
DOCS-2971 — https://tigera.atlassian.net/browse/DOCS-2971
Reported by
Joao Coutinho reported this in #docs. @tmjd confirmed it was a docs miss. Slack: https://tigera.slack.com/archives/C01HKPJGXPS/p1781712142563339
Affected page
https://docs.tigera.io/calico-cloud/reference/resources/felixconfig#dnspolicymode
🤖 Generated with Claude Code